ComponentOne Scheduler for WPF and Silverlight
ReentrantObservableCollection<T> Class Members
Properties  Methods  Events

C1.WPF.Schedule Namespace : ReentrantObservableCollection<T> Class

The following tables list the members exposed by ReentrantObservableCollection<T>.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Properties
 NameDescription
Public Property (Inherited from System.Collections.ObjectModel.Collection<T>)
Public PropertyGets a System.Boolean value determining whether the ReentrantObservableCollection<T> is in update mode (BeginUpdate has been called).  
Public Property (Inherited from System.Collections.ObjectModel.Collection<T>)
Top
Public Methods
 NameDescription
Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodPrevents raising events until the EndUpdate method is called.  
Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodEnables raising events. If collection has been changed since the call to the BeginUpdate method, raises PropertyChanged and CollectionChanged events.  
Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
Public MethodMoves the item at the specified index to a new location in the collection.  
Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
Public Method (Inherited from System.Collections.ObjectModel.Collection<T>)
Top
Public Events
 NameDescription
Public EventOccurs when an item is added, removed, changed, moved, or the entire list is refreshed.  
Top
See Also

Reference

ReentrantObservableCollection<T> Class
C1.WPF.Schedule Namespace